go/parser.parser.parseExpr (method)

7 uses

	go/parser (current package)
		parser.go#L458: 	list = append(list, p.checkExpr(p.parseExpr()))
		parser.go#L461: 		list = append(list, p.checkExpr(p.parseExpr()))
		parser.go#L1019: 			x := p.parseExpr()
		parser.go#L1549: 	x := p.checkExpr(p.parseExpr())
		parser.go#L1851: func (p *parser) parseExpr() ast.Expr {
		parser.go#L1862: 	x := p.checkExpr(p.parseExpr())
		parser.go#L1870: 	x := p.checkExprOrType(p.parseExpr())